home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / Library Stack v.1.0.cpt / Library Stack v.1.0 / card_2129.txt < prev    next >
Text File  |  1990-12-13  |  6KB  |  173 lines

  1. -- card: 2129 from stack: in.0
  2. -- bmap block id: 2425
  3. -- flags: 4000
  4. -- background id: 2579
  5. -- name: 
  6.  
  7.  
  8. -- part 27 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=329 top=131 right=196 bottom=485
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 22 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=9 top=71 right=90 bottom=133
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 23 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=102 top=94 right=112 bottom=256
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 24 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=8 top=131 right=196 bottom=184
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62.  
  63.  
  64. -- part 25 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=186 top=131 right=196 bottom=253
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: 
  76.  
  77.  
  78. -- part 26 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=255 top=131 right=196 bottom=327
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90.  
  91.  
  92. -- part 28 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=8 top=214 right=317 bottom=485
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104.  
  105.  
  106. -- part 20 (button)
  107. -- low flags: 00
  108. -- high flags: 8000
  109. -- rect: left=8 top=91 right=317 bottom=485
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: 
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   hide field "about"
  121.   hide button id 20
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 30 (button)
  127. -- low flags: 00
  128. -- high flags: A000
  129. -- rect: left=460 top=46 right=92 bottom=501
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 14767 / 14767
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: About...
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   show field "about"
  141.   show button id 20
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part contents for background part 119
  147. ----- text -----
  148.                      THE LIBRARY STACK v.1.0
  149. Purpose of the Library Stack             (Click on Field to Close)
  150.       The Library Stack is a disk catalogger. Why another disk catalogger? There are several disk cataloggers which will read the catalog information from a disk and put it into a stack for you. However, they do not have the ability to put a descriptor with each file. There are also several that will allow you to enter descriptive information about a file into your catalog. However, you have to enter all the information from the keyboard, a major pain with a lot of files. The Library Stack can do both.
  151.  
  152. Goals for the Library Stack
  153.       I had three goals in mind for the Library Stack. I wanted it to be able to read the disk catalog information from the disk into a stack and be able to put descriptive information with each file.  I also wanted it to be able to search for information in a variety of ways. Finally, I wanted the stack to be easy on the eye and simple to use. I hope that I have achieved these goals.
  154.  
  155. HyperCard Version Needed
  156.       In order to use the Library Stack, you will need HyperCard version 1.2. There are several commands in the Library Stack which previous versions of Hypercard do not support.
  157.  
  158. How to Use the Library Stack
  159.       To read a disk into the catalog, click on the "Read Disk" button, put a disk into the floppy drive, then wait while it reads the disk catalog. It will give you the Volume Name, File Name, File Type, and File Size on a separate card for each file on the disk. All you will have to do is put in any key words that describe the file to you and a description of what the file is/does. Many times the documentation that accompanies the DA, INIT, Application, CDEV, etc. will contain the information you need to describe the file. If there is no documentation, just write your own.
  160.       To search for a File Name, Key Word, Description, Volume 
  161. Name, or File Type, type it into the "Search For" field and click on the appropriate button. You can get to this field by hitting the "Tab" key or using the mouse. The HyperCard "Find" command will only recognize one word so just put one word into the 
  162. "Search For" field. Just keep clicking on the button to keep searching in the stack.
  163.       When you close the stack or go to the Home Card, the stack will compact itself if the free space in the stack is more than 10K in size. It will also return you to whatever User Level you had set when you opened this stack.
  164.  
  165. Comments and Credits
  166.       This is my first HyperCard stack. Please let me know of any bug reports. I want to thank Oscar F. Hills for his fantastic ReadCat XFCN which made this stack a possibility. I also want to thank Bill Atkinson for having the foresight, determination, and creativity to bring us HyperCard.
  167.  
  168. Shareware Fee
  169.       I am offering this stack as shareware. If you like the stack and find it useful, please send $10 to the address below.
  170.                        Paddy O'Connor
  171.                        4832 Melita Ave.
  172.                        Fort Worth, Tx. 76133
  173.       I can also be reached on America OnLine, a national BBS, as PaddyO. Thank you for your support.